--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Node / ReticulumProjects / MeshChatX.git / files / meshchatx / src / frontend / js / registries / corePostInstallPromptEntries.js
Displaying Raw • Download
meshchatx/src/frontend/js/registries/corePostInstallPromptEntries.js 95b90a707d698c14a2c1fcca3bf31f66ceca41eb (95b90a70) Text, 633 B
T8b949e// SPDX-License-Identifier: 0BSD
T8b949e/**
* Core post-install / existing-user prompts.
*
* To re-prompt users who already dismissed a prompt, bump `revision`.
* Add entries here and register them via registerCoreContributions.
*
* @type {import('./postInstallPromptRegistry.js').PostInstallPromptEntry[]}
*/
Tff7b72export Tff7b72const Te6edf3CORE_POST_INSTALL_PROMPT_ENTRIES Tff7b72= Tb4b4b4[
T8b949e// Example:
T8b949e// {
T8b949e// id: "example_notice",
T8b949e// revision: 1,
T8b949e// priority: 10,
T8b949e// titleKey: "post_install.example_title",
T8b949e// descriptionKey: "post_install.example_desc",
T8b949e// primaryLabelKey: "common.got_it",
T8b949e// },
Tb4b4b4]Tb4b4b4;
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────